Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / authentication / executions / {executionId}

Path parameters:
realm - realm name (not id!)
executionId -

Sub-Resources
Resources
NameDescription
config
lower-priority
raise-priority

Resource Methods
Method Summary
NameDescription
DELETE /admin/realms/{realm}/authentication/executions/{executionId} 

Method Detail

DELETE /admin/realms/{realm}/authentication/executions/{executionId}

HTTP Example:
DELETE /admin/realms/{realm}/authentication/executions/{executionId}
API Example:

AuthenticationManagementResource.removeExecution({'realm': /* name realm name (not id!) */,
  'executionId': …});

Output:
void

Keycloak REST Services 1.5.0-Final